Struct DVD_ASF
#[repr(C)]pub struct DVD_ASF {
pub Reserved0: [u8; 3],
pub _bitfield: u8,
}
Fields§
§Reserved0: [u8; 3]
§_bitfield: u8
Trait Implementations§
impl Copy for DVD_ASF
impl StructuralPartialEq for DVD_ASF
Auto Trait Implementations§
impl Freeze for DVD_ASF
impl RefUnwindSafe for DVD_ASF
impl Send for DVD_ASF
impl Sync for DVD_ASF
impl Unpin for DVD_ASF
impl UnwindSafe for DVD_ASF
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