Struct ctru_sys::udsBindContext
source · #[repr(C)]pub struct udsBindContext {
pub BindNodeID: u32_,
pub event: Handle,
pub spectator: bool,
}
Fields§
§BindNodeID: u32_
§event: Handle
§spectator: bool
Trait Implementations§
source§impl Clone for udsBindContext
impl Clone for udsBindContext
source§fn clone(&self) -> udsBindContext
fn clone(&self) -> udsBindContext
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for udsBindContext
impl Debug for udsBindContext
source§impl Default for udsBindContext
impl Default for udsBindContext
source§fn default() -> udsBindContext
fn default() -> udsBindContext
Returns the “default value” for a type. Read more