Struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
#[repr(C)]pub struct DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS {
pub TypeCodeOfFormatLayer: [u8; 2],
}
Fields§
§TypeCodeOfFormatLayer: [u8; 2]
Trait Implementations§
§impl Clone for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl Clone for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
§fn clone(&self) -> DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
fn clone(&self) -> DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
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 PartialEq for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl PartialEq for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
§fn eq(&self, other: &DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS) -> bool
fn eq(&self, other: &DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl StructuralPartialEq for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
Auto Trait Implementations§
impl Freeze for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl RefUnwindSafe for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl Send for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl Sync for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl Unpin for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
impl UnwindSafe for DVD_LIST_OF_RECOGNIZED_FORMAT_LAYERS
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