pub struct BitmapRef<'owner>(/* private fields */);Implementations§
Source§impl<'owner> BitmapRef<'owner>
impl<'owner> BitmapRef<'owner>
pub fn into_bitmap( self, ) -> Result<Bitmap<<Self as BitmapApi>::Api, false>, NullPtrError>
pub fn into_bitmap_with<Api: Api>( self, api: Api, ) -> Result<Bitmap<Api, false>, NullPtrError>
pub fn null() -> Self
Trait Implementations§
impl AnyBitmap for BitmapRef<'_>
Auto Trait Implementations§
impl<'owner> Freeze for BitmapRef<'owner>
impl<'owner> RefUnwindSafe for BitmapRef<'owner>
impl<'owner> !Send for BitmapRef<'owner>
impl<'owner> !Sync for BitmapRef<'owner>
impl<'owner> Unpin for BitmapRef<'owner>
impl<'owner> UnwindSafe for BitmapRef<'owner>
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T, U> Into<U> for Twhere
U: From<T>,
impl<T, U> Into<U> for Twhere
U: From<T>,
§impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
impl<T, U> TryFrom<U> for Twhere
U: Into<T>,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes