#[repr(C)]pub struct clipsVoid {
pub header: TypeHeader,
}Fields§
§header: TypeHeaderTrait Implementations§
impl Copy for clipsVoid
Auto Trait Implementations§
impl Freeze for clipsVoid
impl RefUnwindSafe for clipsVoid
impl Send for clipsVoid
impl Sync for clipsVoid
impl Unpin for clipsVoid
impl UnwindSafe for clipsVoid
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