#[repr(C)]pub struct CMBufferLocation {
pub buffer: *mut c_void,
pub size: UInt32,
}Fields§
§buffer: *mut c_void§size: UInt32Trait Implementations§
Source§impl Clone for CMBufferLocation
impl Clone for CMBufferLocation
Source§fn clone(&self) -> CMBufferLocation
fn clone(&self) -> CMBufferLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CMBufferLocation
impl Debug for CMBufferLocation
impl Copy for CMBufferLocation
Auto Trait Implementations§
impl Freeze for CMBufferLocation
impl RefUnwindSafe for CMBufferLocation
impl !Send for CMBufferLocation
impl !Sync for CMBufferLocation
impl Unpin for CMBufferLocation
impl UnsafeUnpin for CMBufferLocation
impl UnwindSafe for CMBufferLocation
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