Struct comfy::RbdSyncSettings
source · pub struct RbdSyncSettings {
pub copy_rotation: bool,
}Fields§
§copy_rotation: boolImplementations§
source§impl RbdSyncSettings
impl RbdSyncSettings
pub fn new() -> Self
pub fn copy_rotation(self, copy_rotation: bool) -> Self
Trait Implementations§
source§impl Clone for RbdSyncSettings
impl Clone for RbdSyncSettings
source§fn clone(&self) -> RbdSyncSettings
fn clone(&self) -> RbdSyncSettings
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 RbdSyncSettings
impl Debug for RbdSyncSettings
impl Copy for RbdSyncSettings
Auto Trait Implementations§
impl RefUnwindSafe for RbdSyncSettings
impl Send for RbdSyncSettings
impl Sync for RbdSyncSettings
impl Unpin for RbdSyncSettings
impl UnwindSafe for RbdSyncSettings
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