pub struct BitfieldInformation {
pub bit_size: u64,
pub storage_byte_size: u64,
pub bit_offset: u8,
}Fields§
§bit_size: u64§storage_byte_size: u64§bit_offset: u8Trait Implementations§
Source§impl Clone for BitfieldInformation
impl Clone for BitfieldInformation
Source§fn clone(&self) -> BitfieldInformation
fn clone(&self) -> BitfieldInformation
Returns a duplicate 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 BitfieldInformation
impl Debug for BitfieldInformation
impl Copy for BitfieldInformation
Auto Trait Implementations§
impl Freeze for BitfieldInformation
impl RefUnwindSafe for BitfieldInformation
impl Send for BitfieldInformation
impl Sync for BitfieldInformation
impl Unpin for BitfieldInformation
impl UnwindSafe for BitfieldInformation
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