#[repr(C)]struct DestinationFormat {
data: [u8; 4],
}Fields§
§data: [u8; 4]Implementations§
Source§impl DestinationFormat
impl DestinationFormat
pub fn new() -> DestinationFormat
Source§impl DestinationFormat
impl DestinationFormat
pub fn get_reserved(&self) -> <BitField28 as BitFieldSpecifier>::GetterType
pub fn set_reserved( &mut self, val: <BitField28 as BitFieldSpecifier>::SetterType, )
pub fn get_model(&self) -> <BitField4 as BitFieldSpecifier>::GetterType
pub fn set_model(&mut self, val: <BitField4 as BitFieldSpecifier>::SetterType)
Trait Implementations§
Source§impl Clone for DestinationFormat
impl Clone for DestinationFormat
Source§fn clone(&self) -> DestinationFormat
fn clone(&self) -> DestinationFormat
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DestinationFormat
impl Debug for DestinationFormat
impl Copy for DestinationFormat
Auto Trait Implementations§
impl Freeze for DestinationFormat
impl RefUnwindSafe for DestinationFormat
impl Send for DestinationFormat
impl Sync for DestinationFormat
impl Unpin for DestinationFormat
impl UnwindSafe for DestinationFormat
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