pub struct FileSetDescriptor {
pub tag: DescriptorTag,
pub root_directory_icb: LongAd,
}Fields§
§tag: DescriptorTag§root_directory_icb: LongAdImplementations§
Trait Implementations§
Source§impl Clone for FileSetDescriptor
impl Clone for FileSetDescriptor
Source§fn clone(&self) -> FileSetDescriptor
fn clone(&self) -> FileSetDescriptor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for FileSetDescriptor
impl RefUnwindSafe for FileSetDescriptor
impl Send for FileSetDescriptor
impl Sync for FileSetDescriptor
impl Unpin for FileSetDescriptor
impl UnsafeUnpin for FileSetDescriptor
impl UnwindSafe for FileSetDescriptor
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