#[repr(C)]pub struct _STORAGE_OFFLOAD_TOKEN {
pub TokenType: [BYTE; 4],
pub Reserved: [BYTE; 2],
pub TokenIdLength: [BYTE; 2],
pub __bindgen_anon_1: _STORAGE_OFFLOAD_TOKEN__bindgen_ty_1,
}
Fields§
§TokenType: [BYTE; 4]
§Reserved: [BYTE; 2]
§TokenIdLength: [BYTE; 2]
§__bindgen_anon_1: _STORAGE_OFFLOAD_TOKEN__bindgen_ty_1
Trait Implementations§
Source§impl Clone for _STORAGE_OFFLOAD_TOKEN
impl Clone for _STORAGE_OFFLOAD_TOKEN
Source§fn clone(&self) -> _STORAGE_OFFLOAD_TOKEN
fn clone(&self) -> _STORAGE_OFFLOAD_TOKEN
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 _STORAGE_OFFLOAD_TOKEN
Auto Trait Implementations§
impl Freeze for _STORAGE_OFFLOAD_TOKEN
impl RefUnwindSafe for _STORAGE_OFFLOAD_TOKEN
impl Send for _STORAGE_OFFLOAD_TOKEN
impl Sync for _STORAGE_OFFLOAD_TOKEN
impl Unpin for _STORAGE_OFFLOAD_TOKEN
impl UnwindSafe for _STORAGE_OFFLOAD_TOKEN
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