#[repr(C)]pub struct Bitfield {
pub offset: u32,
pub length: u32,
pub msb_right: u32,
}Expand description
Bitfield which is a part of VarScreeninfo.
Fields§
§offset: u32§length: u32§msb_right: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bitfield
impl RefUnwindSafe for Bitfield
impl Send for Bitfield
impl Sync for Bitfield
impl Unpin for Bitfield
impl UnwindSafe for Bitfield
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