Struct ntfs_reader::api::NtfsFileName
source · #[repr(C, packed)]pub struct NtfsFileName {
pub header: NtfsFileNameHeader,
pub data: [u16; 255],
}
Fields
header: NtfsFileNameHeader
data: [u16; 255]
Implementations
Auto Trait Implementations
impl RefUnwindSafe for NtfsFileName
impl Send for NtfsFileName
impl Sync for NtfsFileName
impl Unpin for NtfsFileName
impl UnwindSafe for NtfsFileName
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more