#[repr(C)]pub struct Ggksmit {
pub type_: Gint,
pub length: Gint,
}Fields§
§type_: Gint§length: GintTrait Implementations§
Auto Trait Implementations§
impl Freeze for Ggksmit
impl RefUnwindSafe for Ggksmit
impl Send for Ggksmit
impl Sync for Ggksmit
impl Unpin for Ggksmit
impl UnwindSafe for Ggksmit
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