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