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