#[repr(C)]pub struct SLInterfaceID_ {
pub time_low: SLuint32,
pub time_mid: SLuint16,
pub time_hi_and_version: SLuint16,
pub clock_seq: SLuint16,
pub node: [SLuint8; 6],
}Expand description
Interface ID defined as a UUID
Fields§
§time_low: SLuint32§time_mid: SLuint16§time_hi_and_version: SLuint16§clock_seq: SLuint16§node: [SLuint8; 6]Trait Implementations§
Source§impl Clone for SLInterfaceID_
impl Clone for SLInterfaceID_
Source§fn clone(&self) -> SLInterfaceID_
fn clone(&self) -> SLInterfaceID_
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 SLInterfaceID_
impl Debug for SLInterfaceID_
impl Copy for SLInterfaceID_
Auto Trait Implementations§
impl Freeze for SLInterfaceID_
impl RefUnwindSafe for SLInterfaceID_
impl Send for SLInterfaceID_
impl Sync for SLInterfaceID_
impl Unpin for SLInterfaceID_
impl UnwindSafe for SLInterfaceID_
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