pub struct YAFFSObject {
pub obj_type: usize,
}Expand description
Stores info about a YAFFS object
Fields§
§obj_type: usizeTrait Implementations§
Source§impl Clone for YAFFSObject
impl Clone for YAFFSObject
Source§fn clone(&self) -> YAFFSObject
fn clone(&self) -> YAFFSObject
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 Debug for YAFFSObject
impl Debug for YAFFSObject
Source§impl Default for YAFFSObject
impl Default for YAFFSObject
Source§fn default() -> YAFFSObject
fn default() -> YAFFSObject
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for YAFFSObject
impl RefUnwindSafe for YAFFSObject
impl Send for YAFFSObject
impl Sync for YAFFSObject
impl Unpin for YAFFSObject
impl UnwindSafe for YAFFSObject
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