#[repr(C)]pub struct ProfileID {
pub ID32: [u32; 4],
}
Expand description
Profile ID as computed by MD5 algorithm
Fields§
§ID32: [u32; 4]
Trait Implementations§
source§impl PartialEq for ProfileID
impl PartialEq for ProfileID
impl Copy for ProfileID
impl Eq for ProfileID
impl StructuralPartialEq for ProfileID
Auto Trait Implementations§
impl RefUnwindSafe for ProfileID
impl Send for ProfileID
impl Sync for ProfileID
impl Unpin for ProfileID
impl UnwindSafe for ProfileID
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