#[repr(C)]pub struct BLContextCookie {
pub data: [u64; 2],
}Fields§
§data: [u64; 2]Trait Implementations§
Source§impl Clone for BLContextCookie
impl Clone for BLContextCookie
Source§fn clone(&self) -> BLContextCookie
fn clone(&self) -> BLContextCookie
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 BLContextCookie
Auto Trait Implementations§
impl Freeze for BLContextCookie
impl RefUnwindSafe for BLContextCookie
impl Send for BLContextCookie
impl Sync for BLContextCookie
impl Unpin for BLContextCookie
impl UnwindSafe for BLContextCookie
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