#[repr(transparent)]pub struct ERole(pub i32);Tuple Fields§
§0: i32Implementations§
Source§impl ERole
impl ERole
pub const eConsole: Self
pub const eMultimedia: Self
pub const eCommunications: Self
pub const ERole_enum_count: Self
Trait Implementations§
Source§impl Abi for ERole
impl Abi for ERole
impl Copy for ERole
impl Eq for ERole
impl StructuralPartialEq for ERole
Auto Trait Implementations§
impl Freeze for ERole
impl RefUnwindSafe for ERole
impl Send for ERole
impl Sync for ERole
impl Unpin for ERole
impl UnsafeUnpin for ERole
impl UnwindSafe for ERole
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