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: [CHAR; 16],
}
Expand description
Required features: "Win32_Storage_Jet"
, "Win32_Foundation"
Fields
ulRandom: u32
logtimeCreate: JET_LOGTIME
szComputerName: [CHAR; 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more