Struct ntfs_reader::api::NtfsFileName
source · #[repr(C, packed(1))]pub struct NtfsFileName {
pub header: NtfsFileNameHeader,
pub data: [u16; 255],
}
Fields§
§header: NtfsFileNameHeader
§data: [u16; 255]
Implementations§
Trait Implementations§
source§impl Clone for NtfsFileName
impl Clone for NtfsFileName
source§fn clone(&self) -> NtfsFileName
fn clone(&self) -> NtfsFileName
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 NtfsFileName
Auto Trait Implementations§
impl Freeze for NtfsFileName
impl RefUnwindSafe for NtfsFileName
impl Send for NtfsFileName
impl Sync for NtfsFileName
impl Unpin for NtfsFileName
impl UnwindSafe for NtfsFileName
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