#[repr(C)]pub struct GSPartitionControllerTag { /* private fields */ }
Trait Implementations§
Source§impl Clone for GSPartitionControllerTag
impl Clone for GSPartitionControllerTag
Source§fn clone(&self) -> GSPartitionControllerTag
fn clone(&self) -> GSPartitionControllerTag
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 moreSource§impl Debug for GSPartitionControllerTag
impl Debug for GSPartitionControllerTag
impl Copy for GSPartitionControllerTag
Auto Trait Implementations§
impl Freeze for GSPartitionControllerTag
impl RefUnwindSafe for GSPartitionControllerTag
impl Send for GSPartitionControllerTag
impl Sync for GSPartitionControllerTag
impl Unpin for GSPartitionControllerTag
impl UnwindSafe for GSPartitionControllerTag
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