#[repr(C)]pub struct BMS_BufMem { /* private fields */ }Trait Implementations§
Source§impl Clone for BMS_BufMem
impl Clone for BMS_BufMem
Source§fn clone(&self) -> BMS_BufMem
fn clone(&self) -> BMS_BufMem
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 moreSource§impl Debug for BMS_BufMem
impl Debug for BMS_BufMem
impl Copy for BMS_BufMem
Auto Trait Implementations§
impl Freeze for BMS_BufMem
impl RefUnwindSafe for BMS_BufMem
impl Send for BMS_BufMem
impl Sync for BMS_BufMem
impl Unpin for BMS_BufMem
impl UnwindSafe for BMS_BufMem
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