pub struct LAYOUT { /* private fields */ }Methods from Deref<Target = LayoutVars>§
Trait Implementations§
Source§impl Deref for LAYOUT
impl Deref for LAYOUT
Source§type Target = LayoutVars
type Target = LayoutVars
The resulting type after dereferencing.
Source§fn deref(&self) -> &LayoutVars
fn deref(&self) -> &LayoutVars
Dereferences the value.
impl LazyStatic for LAYOUT
Auto Trait Implementations§
impl Freeze for LAYOUT
impl RefUnwindSafe for LAYOUT
impl Send for LAYOUT
impl Sync for LAYOUT
impl Unpin for LAYOUT
impl UnwindSafe for LAYOUT
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