#[repr(C)]pub struct AEGP_GUID {
pub bytes: [A_long; 4],
}Fields§
§bytes: [A_long; 4]Trait Implementations§
Auto Trait Implementations§
impl Freeze for AEGP_GUID
impl RefUnwindSafe for AEGP_GUID
impl Send for AEGP_GUID
impl Sync for AEGP_GUID
impl Unpin for AEGP_GUID
impl UnsafeUnpin for AEGP_GUID
impl UnwindSafe for AEGP_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