#[repr(C, packed(1))]pub struct PROPERTY_SET {}Expand description
struct PROPERTY_SET - Attribute: Property set (0xf0).
Intended to support Native Structure Storage (NSS) - a feature removed from NTFS 3.0 during beta testing.
Trait Implementations§
Source§impl Clone for PROPERTY_SET
impl Clone for PROPERTY_SET
Source§fn clone(&self) -> PROPERTY_SET
fn clone(&self) -> PROPERTY_SET
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 moreSource§impl Debug for PROPERTY_SET
impl Debug for PROPERTY_SET
impl Copy for PROPERTY_SET
Auto Trait Implementations§
impl Freeze for PROPERTY_SET
impl RefUnwindSafe for PROPERTY_SET
impl Send for PROPERTY_SET
impl Sync for PROPERTY_SET
impl Unpin for PROPERTY_SET
impl UnwindSafe for PROPERTY_SET
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