pub struct RestartArea {
pub offset: usize,
pub current_lsn: u64,
pub log_clients: u16,
pub system_page_size: u32,
pub log_page_size: u32,
}Expand description
Parsed NTFS $LogFile restart area.
Fields§
§offset: usize§current_lsn: u64§log_clients: u16§system_page_size: u32§log_page_size: u32Trait Implementations§
Source§impl Clone for RestartArea
impl Clone for RestartArea
Source§fn clone(&self) -> RestartArea
fn clone(&self) -> RestartArea
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for RestartArea
impl RefUnwindSafe for RestartArea
impl Send for RestartArea
impl Sync for RestartArea
impl Unpin for RestartArea
impl UnsafeUnpin for RestartArea
impl UnwindSafe for RestartArea
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