Struct bpf_sys::__BindgenBitfieldUnit[][src]

#[repr(C)]
pub struct __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
{ /* fields omitted */ }

Methods

impl<Storage, Align> __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

Trait Implementations

impl<Storage: Copy, Align: Copy> Copy for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

impl<Storage: Clone, Align: Clone> Clone for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Storage: Debug, Align: Debug> Debug for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

Formats the value using the given formatter. Read more

impl<Storage: Default, Align: Default> Default for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

Returns the "default value" for a type. Read more

impl<Storage: Eq, Align: Eq> Eq for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

impl<Storage: Hash, Align: Hash> Hash for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl<Storage: Ord, Align: Ord> Ord for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<Storage: PartialEq, Align: PartialEq> PartialEq for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Storage: PartialOrd, Align: PartialOrd> PartialOrd for __BindgenBitfieldUnit<Storage, Align> where
    Storage: AsRef<[u8]> + AsMut<[u8]>, 
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

Auto Trait Implementations

impl<Storage, Align> Send for __BindgenBitfieldUnit<Storage, Align> where
    Align: Send,
    Storage: Send

impl<Storage, Align> Sync for __BindgenBitfieldUnit<Storage, Align> where
    Align: Sync,
    Storage: Sync