#[repr(C, packed(1))]pub struct DeviceModeSeq { /* private fields */ }Implementations§
Source§impl DeviceModeSeq
impl DeviceModeSeq
Auto Trait Implementations§
impl Freeze for DeviceModeSeq
impl RefUnwindSafe for DeviceModeSeq
impl Send for DeviceModeSeq
impl Sync for DeviceModeSeq
impl Unpin for DeviceModeSeq
impl UnwindSafe for DeviceModeSeq
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