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