#[repr(C)]pub struct clipsVoid {
pub header: TypeHeader,
}Fields
header: TypeHeaderTrait Implementations
impl Copy for clipsVoid
Auto Trait Implementations
impl RefUnwindSafe for clipsVoid
impl Send for clipsVoid
impl Sync for clipsVoid
impl Unpin for clipsVoid
impl UnwindSafe for clipsVoid
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more