#[repr(C)]pub struct es_token_t {
pub size: size_t,
pub data: *const u8,
}Available on macOS only.
Expand description
Structure buffer with size
Fields§
§size: size_tSize of the data field, in bytes
data: *const u8Implementations§
Auto Trait Implementations§
impl Freeze for es_token_t
impl RefUnwindSafe for es_token_t
impl !Send for es_token_t
impl !Sync for es_token_t
impl Unpin for es_token_t
impl UnwindSafe for es_token_t
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