Struct libc::input_mask
source · [−]Fields
type_: __u32
codes_size: __u32
codes_ptr: __u64
Trait 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 more
sourceimpl Debug for input_mask
impl Debug for input_mask
sourceimpl Hash for input_mask
impl Hash for input_mask
sourceimpl PartialEq<input_mask> for input_mask
impl PartialEq<input_mask> for input_mask
sourcefn eq(&self, other: &input_mask) -> bool
fn eq(&self, other: &input_mask) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &input_mask) -> bool
fn ne(&self, other: &input_mask) -> bool
This method tests for !=
.
impl Copy for input_mask
impl Eq for input_mask
impl StructuralEq for input_mask
impl StructuralPartialEq 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 T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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