Struct WER_FILE
#[repr(transparent)]pub struct WER_FILE(pub u32);
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
§impl BitAndAssign for WER_FILE
impl BitAndAssign for WER_FILE
§fn bitand_assign(&mut self, other: Self)
fn bitand_assign(&mut self, other: Self)
Performs the
&=
operation. Read more§impl BitOrAssign for WER_FILE
impl BitOrAssign for WER_FILE
§fn bitor_assign(&mut self, other: Self)
fn bitor_assign(&mut self, other: Self)
Performs the
|=
operation. Read moreimpl Copy for WER_FILE
impl Eq for WER_FILE
impl StructuralPartialEq for WER_FILE
Auto Trait Implementations§
impl Freeze for WER_FILE
impl RefUnwindSafe for WER_FILE
impl Send for WER_FILE
impl Sync for WER_FILE
impl Unpin for WER_FILE
impl UnwindSafe for WER_FILE
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