#[repr(C)]pub struct BLImageCore {
pub impl_: *mut BLImageImpl,
}Fields§
§impl_: *mut BLImageImplTrait Implementations§
Source§impl Clone for BLImageCore
impl Clone for BLImageCore
Source§fn clone(&self) -> BLImageCore
fn clone(&self) -> BLImageCore
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BLImageCore
Auto Trait Implementations§
impl Freeze for BLImageCore
impl RefUnwindSafe for BLImageCore
impl !Send for BLImageCore
impl !Sync for BLImageCore
impl Unpin for BLImageCore
impl UnwindSafe for BLImageCore
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