Struct GRP_PLACEMENT_OPTIONS
#[repr(transparent)]pub struct GRP_PLACEMENT_OPTIONS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for GRP_PLACEMENT_OPTIONS
impl Clone for GRP_PLACEMENT_OPTIONS
§fn clone(&self) -> GRP_PLACEMENT_OPTIONS
fn clone(&self) -> GRP_PLACEMENT_OPTIONS
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for GRP_PLACEMENT_OPTIONS
impl Debug for GRP_PLACEMENT_OPTIONS
§impl Default for GRP_PLACEMENT_OPTIONS
impl Default for GRP_PLACEMENT_OPTIONS
§fn default() -> GRP_PLACEMENT_OPTIONS
fn default() -> GRP_PLACEMENT_OPTIONS
Returns the “default value” for a type. Read more
§impl PartialEq for GRP_PLACEMENT_OPTIONS
impl PartialEq for GRP_PLACEMENT_OPTIONS
impl Copy for GRP_PLACEMENT_OPTIONS
impl Eq for GRP_PLACEMENT_OPTIONS
impl StructuralPartialEq for GRP_PLACEMENT_OPTIONS
Auto Trait Implementations§
impl Freeze for GRP_PLACEMENT_OPTIONS
impl RefUnwindSafe for GRP_PLACEMENT_OPTIONS
impl Send for GRP_PLACEMENT_OPTIONS
impl Sync for GRP_PLACEMENT_OPTIONS
impl Unpin for GRP_PLACEMENT_OPTIONS
impl UnwindSafe for GRP_PLACEMENT_OPTIONS
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