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