#[repr(C, packed(4))]pub struct bUUID {
pub time_low: i32,
pub time_mid: u16,
pub time_hi_and_version: u16,
pub clock_seq_hi_and_reserved: u8,
pub clock_seq_low: u8,
pub node: [u8; 6],
}Fields§
§time_low: i32§time_mid: u16§time_hi_and_version: u16§clock_seq_hi_and_reserved: u8§clock_seq_low: u8§node: [u8; 6]Trait Implementations§
Source§impl GeneratedBlendStruct for bUUID
impl GeneratedBlendStruct for bUUID
const BLEND_VERSION: Version
const BLEND_POINTER_SIZE: usize = 8usize
const BLEND_ENDIANNESS: Endianness = Endianness::Little
const STRUCT_NAME: &'static str = "bUUID"
const STRUCT_INDEX: usize = 794usize
const STRUCT_TYPE_INDEX: usize = 352usize
const IS_SYNTHETIC: bool = false
impl PointerTarget<bUUID> for bUUID
Auto Trait Implementations§
impl Freeze for bUUID
impl RefUnwindSafe for bUUID
impl Send for bUUID
impl Sync for bUUID
impl Unpin for bUUID
impl UnwindSafe for bUUID
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