Struct Guid

struct Guid(14537)

Implementations

impl Guid

fn data1(self: Self) -> U32<LE>
fn data2(self: Self) -> U16<LE>
fn data3(self: Self) -> U16<LE>
fn data4(self: Self) -> [u8; 8]

impl Clone for Guid

fn clone(self: &Self) -> Guid

impl Copy for Guid

impl Debug for Guid

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for Guid

impl Freeze for Guid

impl PartialEq for Guid

fn eq(self: &Self, other: &Guid) -> bool

impl Pod for Guid

impl RefUnwindSafe for Guid

impl Send for Guid

impl StructuralPartialEq for Guid

impl Sync for Guid

impl Unpin for Guid

impl UnsafeUnpin for Guid

impl UnwindSafe for Guid

impl<T> Any for Guid

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Guid

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for Guid

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for Guid

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for Guid

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Guid

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for Guid

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for Guid

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for Guid

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>