#[repr(transparent)]pub struct switch_abc_type_t(pub c_uint);Tuple Fields§
§0: c_uintImplementations§
Source§impl switch_abc_type_t
impl switch_abc_type_t
pub const SWITCH_ABC_TYPE_INIT: switch_abc_type_t
Source§impl switch_abc_type_t
impl switch_abc_type_t
pub const SWITCH_ABC_TYPE_READ: switch_abc_type_t
Source§impl switch_abc_type_t
impl switch_abc_type_t
pub const SWITCH_ABC_TYPE_WRITE: switch_abc_type_t
Source§impl switch_abc_type_t
impl switch_abc_type_t
pub const SWITCH_ABC_TYPE_CLOSE: switch_abc_type_t
Trait Implementations§
Source§impl Clone for switch_abc_type_t
impl Clone for switch_abc_type_t
Source§fn clone(&self) -> switch_abc_type_t
fn clone(&self) -> switch_abc_type_t
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for switch_abc_type_t
impl Debug for switch_abc_type_t
Source§impl Hash for switch_abc_type_t
impl Hash for switch_abc_type_t
Source§impl PartialEq for switch_abc_type_t
impl PartialEq for switch_abc_type_t
impl Copy for switch_abc_type_t
impl Eq for switch_abc_type_t
impl StructuralPartialEq for switch_abc_type_t
Auto Trait Implementations§
impl Freeze for switch_abc_type_t
impl RefUnwindSafe for switch_abc_type_t
impl Send for switch_abc_type_t
impl Sync for switch_abc_type_t
impl Unpin for switch_abc_type_t
impl UnwindSafe for switch_abc_type_t
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more