#[repr(C, packed(2))]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 · 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 ExpansionBase
impl Debug for ExpansionBase
impl Copy for ExpansionBase
Auto Trait Implementations§
impl Freeze for ExpansionBase
impl RefUnwindSafe for ExpansionBase
impl !Send for ExpansionBase
impl !Sync for ExpansionBase
impl Unpin 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