#[repr(C, packed(1))]pub struct NSR_desc_s {
pub struct_type: udf_Uint8_t,
pub std_id: [udf_Uint8_t; 5],
pub struct_version: udf_Uint8_t,
pub reserved: udf_Uint8_t,
pub struct_data: [udf_Uint8_t; 2040],
}Fields§
§struct_type: udf_Uint8_t§std_id: [udf_Uint8_t; 5]§struct_version: udf_Uint8_t§reserved: udf_Uint8_t§struct_data: [udf_Uint8_t; 2040]Trait Implementations§
Source§impl Clone for NSR_desc_s
impl Clone for NSR_desc_s
Source§fn clone(&self) -> NSR_desc_s
fn clone(&self) -> NSR_desc_s
Returns a duplicate 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 moreSource§impl Debug for NSR_desc_s
impl Debug for NSR_desc_s
impl Copy for NSR_desc_s
Auto Trait Implementations§
impl Freeze for NSR_desc_s
impl RefUnwindSafe for NSR_desc_s
impl Send for NSR_desc_s
impl Sync for NSR_desc_s
impl Unpin for NSR_desc_s
impl UnwindSafe for NSR_desc_s
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