Struct DVD_BCA_DESCRIPTOR
#[repr(C)]pub struct DVD_BCA_DESCRIPTOR {
pub BCAInformation: [u8; 1],
}
Fields§
§BCAInformation: [u8; 1]
Trait Implementations§
§impl Clone for DVD_BCA_DESCRIPTOR
impl Clone for DVD_BCA_DESCRIPTOR
§fn clone(&self) -> DVD_BCA_DESCRIPTOR
fn clone(&self) -> DVD_BCA_DESCRIPTOR
Returns a copy 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 more§impl Debug for DVD_BCA_DESCRIPTOR
impl Debug for DVD_BCA_DESCRIPTOR
§impl Default for DVD_BCA_DESCRIPTOR
impl Default for DVD_BCA_DESCRIPTOR
§impl PartialEq for DVD_BCA_DESCRIPTOR
impl PartialEq for DVD_BCA_DESCRIPTOR
impl Copy for DVD_BCA_DESCRIPTOR
impl StructuralPartialEq for DVD_BCA_DESCRIPTOR
Auto Trait Implementations§
impl Freeze for DVD_BCA_DESCRIPTOR
impl RefUnwindSafe for DVD_BCA_DESCRIPTOR
impl Send for DVD_BCA_DESCRIPTOR
impl Sync for DVD_BCA_DESCRIPTOR
impl Unpin for DVD_BCA_DESCRIPTOR
impl UnwindSafe for DVD_BCA_DESCRIPTOR
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