Struct JET_SIGNATURE
#[repr(C, packed(1))]pub struct JET_SIGNATURE {
pub ulRandom: u32,
pub logtimeCreate: JET_LOGTIME,
pub szComputerName: [i8; 16],
}
Fields§
§ulRandom: u32
§logtimeCreate: JET_LOGTIME
§szComputerName: [i8; 16]
Trait Implementations§
§impl Clone for JET_SIGNATURE
impl Clone for JET_SIGNATURE
§fn clone(&self) -> JET_SIGNATURE
fn clone(&self) -> JET_SIGNATURE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for JET_SIGNATURE
Auto Trait Implementations§
impl Freeze for JET_SIGNATURE
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