#[repr(C)]pub struct PtFlagStuff {
pub flags: c_int,
}Fields§
§flags: c_intTrait Implementations§
Source§impl Clone for PtFlagStuff
impl Clone for PtFlagStuff
Source§fn clone(&self) -> PtFlagStuff
fn clone(&self) -> PtFlagStuff
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PtFlagStuff
Auto Trait Implementations§
impl Freeze for PtFlagStuff
impl RefUnwindSafe for PtFlagStuff
impl Send for PtFlagStuff
impl Sync for PtFlagStuff
impl Unpin for PtFlagStuff
impl UnsafeUnpin for PtFlagStuff
impl UnwindSafe for PtFlagStuff
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