Struct devotee_backend_softbuffer::SoftInit
source · pub struct SoftInit<'a> { /* private fields */ }Expand description
Default Init for the Softbuffer backend.
Implementations§
source§impl<'a> SoftInit<'a>
impl<'a> SoftInit<'a>
sourcepub fn control(&self) -> &SoftControl
pub fn control(&self) -> &SoftControl
Get reference to SoftControl.
sourcepub fn control_mut(&mut self) -> &mut SoftControl
pub fn control_mut(&mut self) -> &mut SoftControl
Get mutable reference to SoftControl.
Auto Trait Implementations§
impl<'a> Freeze for SoftInit<'a>
impl<'a> RefUnwindSafe for SoftInit<'a>
impl<'a> !Send for SoftInit<'a>
impl<'a> !Sync for SoftInit<'a>
impl<'a> Unpin for SoftInit<'a>
impl<'a> !UnwindSafe for SoftInit<'a>
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