pub struct Entry_type { /* private fields */ }
Implementations§
Source§impl Entry_type
impl Entry_type
pub fn New( Inode: Inode_type, Name: String, Type: Type_type, Size: Size_type, ) -> Self
pub fn Get_inode(&self) -> Inode_type
pub fn Get_name(&self) -> &String
pub fn Get_type(&self) -> Type_type
pub fn Get_size(&self) -> Size_type
pub fn Set_inode(&mut self, Inode: Inode_type)
pub fn Set_name(&mut self, Name: String)
pub fn Set_type(&mut self, Type: Type_type)
pub fn Set_size(&mut self, Size: Size_type)
Trait Implementations§
Source§impl AsMut<[u8]> for Entry_type
impl AsMut<[u8]> for Entry_type
Source§impl Clone for Entry_type
impl Clone for Entry_type
Source§fn clone(&self) -> Entry_type
fn clone(&self) -> Entry_type
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 Entry_type
impl Debug for Entry_type
Source§impl PartialEq for Entry_type
impl PartialEq for Entry_type
Source§impl TryFrom<&mut [u8]> for &mut Entry_type
impl TryFrom<&mut [u8]> for &mut Entry_type
impl Eq for Entry_type
impl StructuralPartialEq for Entry_type
Auto Trait Implementations§
impl Freeze for Entry_type
impl RefUnwindSafe for Entry_type
impl Send for Entry_type
impl Sync for Entry_type
impl Unpin for Entry_type
impl UnwindSafe for Entry_type
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