Struct PLACEMENT_OPTIONS
#[repr(transparent)]pub struct PLACEMENT_OPTIONS(pub i32);
Tuple Fields§
§0: i32
Trait Implementations§
§impl Clone for PLACEMENT_OPTIONS
impl Clone for PLACEMENT_OPTIONS
§fn clone(&self) -> PLACEMENT_OPTIONS
fn clone(&self) -> 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 PLACEMENT_OPTIONS
impl Debug for PLACEMENT_OPTIONS
§impl Default for PLACEMENT_OPTIONS
impl Default for PLACEMENT_OPTIONS
§fn default() -> PLACEMENT_OPTIONS
fn default() -> PLACEMENT_OPTIONS
Returns the “default value” for a type. Read more
§impl PartialEq for PLACEMENT_OPTIONS
impl PartialEq for PLACEMENT_OPTIONS
impl Copy for PLACEMENT_OPTIONS
impl Eq for PLACEMENT_OPTIONS
impl StructuralPartialEq for PLACEMENT_OPTIONS
Auto Trait Implementations§
impl Freeze for PLACEMENT_OPTIONS
impl RefUnwindSafe for PLACEMENT_OPTIONS
impl Send for PLACEMENT_OPTIONS
impl Sync for PLACEMENT_OPTIONS
impl Unpin for PLACEMENT_OPTIONS
impl UnwindSafe for 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