Struct FUNCFLAGS
#[repr(transparent)]pub struct FUNCFLAGS(pub u16);
Tuple Fields§
§0: u16
Trait Implementations§
impl Copy for FUNCFLAGS
impl Eq for FUNCFLAGS
impl StructuralPartialEq for FUNCFLAGS
Auto Trait Implementations§
impl Freeze for FUNCFLAGS
impl RefUnwindSafe for FUNCFLAGS
impl Send for FUNCFLAGS
impl Sync for FUNCFLAGS
impl Unpin for FUNCFLAGS
impl UnwindSafe for FUNCFLAGS
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