pub enum IobRegionType {
Private {
size: u64,
options: IobRegionPrivateOptions,
},
}
Variants§
Private
Trait Implementations§
Source§impl Clone for IobRegionType
impl Clone for IobRegionType
Source§fn clone(&self) -> IobRegionType
fn clone(&self) -> IobRegionType
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 moreimpl Copy for IobRegionType
Auto Trait Implementations§
impl Freeze for IobRegionType
impl RefUnwindSafe for IobRegionType
impl Send for IobRegionType
impl Sync for IobRegionType
impl Unpin for IobRegionType
impl UnwindSafe for IobRegionType
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