Struct libbismuth_sys::BisLatchLayout
source · #[repr(C)]pub struct BisLatchLayout { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BisLatchLayout
impl RefUnwindSafe for BisLatchLayout
impl !Send for BisLatchLayout
impl !Sync for BisLatchLayout
impl !Unpin for BisLatchLayout
impl UnwindSafe for BisLatchLayout
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