pub struct NativeSystemLayout { /* private fields */ }Implementations§
Source§impl NativeSystemLayout
impl NativeSystemLayout
pub fn new() -> Result<NativeSystemLayout, SystemError>
Trait Implementations§
Source§impl Debug for NativeSystemLayout
impl Debug for NativeSystemLayout
Source§impl SystemLayout for NativeSystemLayout
impl SystemLayout for NativeSystemLayout
Auto Trait Implementations§
impl Freeze for NativeSystemLayout
impl RefUnwindSafe for NativeSystemLayout
impl Send for NativeSystemLayout
impl Sync for NativeSystemLayout
impl Unpin for NativeSystemLayout
impl UnwindSafe for NativeSystemLayout
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