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