#[repr(C)]pub struct ViewerManagerO {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations§
Source§impl Clone for ViewerManagerO
impl Clone for ViewerManagerO
Source§fn clone(&self) -> ViewerManagerO
fn clone(&self) -> ViewerManagerO
Returns a duplicate 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 moreSource§impl Default for ViewerManagerO
impl Default for ViewerManagerO
Source§fn default() -> ViewerManagerO
fn default() -> ViewerManagerO
Returns the “default value” for a type. Read more
impl Copy for ViewerManagerO
Auto Trait Implementations§
impl Freeze for ViewerManagerO
impl RefUnwindSafe for ViewerManagerO
impl Send for ViewerManagerO
impl Sync for ViewerManagerO
impl Unpin for ViewerManagerO
impl UnwindSafe for ViewerManagerO
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