Struct playdate_device::mount::MountHandle
source · pub struct MountHandle {
pub unmount_on_drop: bool,
/* private fields */
}Fields§
§unmount_on_drop: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MountHandle
impl RefUnwindSafe for MountHandle
impl Send for MountHandle
impl Sync for MountHandle
impl Unpin for MountHandle
impl UnwindSafe for MountHandle
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