#[repr(C, packed(1))]pub struct NtfsFileName {
pub header: NtfsFileNameHeader,
pub data: [u16; 255],
}
Fields§
§header: NtfsFileNameHeader
§data: [u16; 255]
Implementations§
Source§impl NtfsFileName
impl NtfsFileName
Trait Implementations§
Source§impl Clone for NtfsFileName
impl Clone for NtfsFileName
Source§fn clone(&self) -> NtfsFileName
fn clone(&self) -> NtfsFileName
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 Display for NtfsFileName
impl Display for NtfsFileName
impl 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