Struct ENTRYID
#[repr(C)]pub struct ENTRYID {
pub abFlags: [u8; 4],
pub ab: [u8; 1],
}
Fields§
§abFlags: [u8; 4]
§ab: [u8; 1]
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ENTRYID
impl RefUnwindSafe for ENTRYID
impl Send for ENTRYID
impl Sync for ENTRYID
impl Unpin for ENTRYID
impl UnwindSafe for ENTRYID
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