#[repr(C)]pub struct ExpansionBase {
pub LibNode: Library,
pub Flags: UBYTE,
pub eb_Private01: UBYTE,
pub eb_Private02: ULONG,
pub eb_Private03: ULONG,
pub eb_Private04: CurrentBinding,
pub eb_Private05: List,
pub MountList: List,
}Fields§
§LibNode: Library§Flags: UBYTE§eb_Private01: UBYTE§eb_Private02: ULONG§eb_Private03: ULONG§eb_Private04: CurrentBinding§eb_Private05: List§MountList: ListTrait Implementations§
Source§impl Clone for ExpansionBase
impl Clone for ExpansionBase
Source§fn clone(&self) -> ExpansionBase
fn clone(&self) -> ExpansionBase
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 moreimpl Copy for ExpansionBase
Auto Trait Implementations§
impl !Send for ExpansionBase
impl !Sync for ExpansionBase
impl Freeze for ExpansionBase
impl RefUnwindSafe for ExpansionBase
impl Unpin for ExpansionBase
impl UnsafeUnpin for ExpansionBase
impl UnwindSafe for ExpansionBase
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