Struct libc::input_mask 
source · Fields
type_: __u32codes_size: __u32codes_ptr: __u64Trait Implementations
sourceimpl Clone for input_mask
 
impl Clone for input_mask
sourcefn clone(&self) -> input_mask
 
fn clone(&self) -> input_mask
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreimpl Copy for input_mask
Auto Trait Implementations
impl RefUnwindSafe for input_mask
impl Send for input_mask
impl Sync for input_mask
impl Unpin for input_mask
impl UnwindSafe for input_mask
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more