#[repr(C)]pub struct CSzBitUi64s {
pub Defs: *mut Byte,
pub Vals: *mut CNtfsFileTime,
}Fields§
§Defs: *mut Byte§Vals: *mut CNtfsFileTimeTrait Implementations§
Source§impl Clone for CSzBitUi64s
impl Clone for CSzBitUi64s
Source§fn clone(&self) -> CSzBitUi64s
fn clone(&self) -> CSzBitUi64s
Returns a duplicate 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 moreSource§impl Debug for CSzBitUi64s
impl Debug for CSzBitUi64s
impl Copy for CSzBitUi64s
Auto Trait Implementations§
impl Freeze for CSzBitUi64s
impl RefUnwindSafe for CSzBitUi64s
impl !Send for CSzBitUi64s
impl !Sync for CSzBitUi64s
impl Unpin for CSzBitUi64s
impl UnwindSafe for CSzBitUi64s
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