Struct windows_sys::Win32::Storage::Jet::JET_SIGNATURE
#[repr(C, packed(1))]pub struct JET_SIGNATURE {
pub ulRandom: u32,
pub logtimeCreate: JET_LOGTIME,
pub szComputerName: [u8; 16],
}
Fields§
§ulRandom: u32
§logtimeCreate: JET_LOGTIME
§szComputerName: [u8; 16]
Trait Implementations§
§impl Clone for JET_SIGNATURE
impl Clone for JET_SIGNATURE
impl Copy for JET_SIGNATURE
Auto Trait Implementations§
impl RefUnwindSafe for JET_SIGNATURE
impl Send for JET_SIGNATURE
impl Sync for JET_SIGNATURE
impl Unpin for JET_SIGNATURE
impl UnwindSafe for JET_SIGNATURE
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