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