#[repr(C, packed(1))]pub struct udf_id_suffix_s {
pub udf_revision: udf_Uint16_t,
pub os_class: udf_Uint8_t,
pub os_identifier: udf_Uint8_t,
pub reserved: [udf_Uint8_t; 4],
}Fields§
§udf_revision: udf_Uint16_t§os_class: udf_Uint8_t§os_identifier: udf_Uint8_t§reserved: [udf_Uint8_t; 4]Trait Implementations§
Source§impl Clone for udf_id_suffix_s
impl Clone for udf_id_suffix_s
Source§fn clone(&self) -> udf_id_suffix_s
fn clone(&self) -> udf_id_suffix_s
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 moreSource§impl Debug for udf_id_suffix_s
impl Debug for udf_id_suffix_s
impl Copy for udf_id_suffix_s
Auto Trait Implementations§
impl Freeze for udf_id_suffix_s
impl RefUnwindSafe for udf_id_suffix_s
impl Send for udf_id_suffix_s
impl Sync for udf_id_suffix_s
impl Unpin for udf_id_suffix_s
impl UnwindSafe for udf_id_suffix_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