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