#[repr(C)]pub struct SDL_GUID {
pub data: [Uint8; 16],
}Fields§
§data: [Uint8; 16]Trait Implementations§
Auto Trait Implementations§
impl Freeze for SDL_GUID
impl RefUnwindSafe for SDL_GUID
impl Send for SDL_GUID
impl Sync for SDL_GUID
impl Unpin for SDL_GUID
impl UnwindSafe for SDL_GUID
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