#[repr(C)]pub struct AstalBluetoothDeviceClass {
pub parent_class: GObjectClass,
}Fields§
§parent_class: GObjectClassTrait Implementations§
Source§impl Clone for AstalBluetoothDeviceClass
impl Clone for AstalBluetoothDeviceClass
Source§fn clone(&self) -> AstalBluetoothDeviceClass
fn clone(&self) -> AstalBluetoothDeviceClass
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 Debug for AstalBluetoothDeviceClass
impl Debug for AstalBluetoothDeviceClass
impl Copy for AstalBluetoothDeviceClass
Auto Trait Implementations§
impl Freeze for AstalBluetoothDeviceClass
impl RefUnwindSafe for AstalBluetoothDeviceClass
impl !Send for AstalBluetoothDeviceClass
impl !Sync for AstalBluetoothDeviceClass
impl Unpin for AstalBluetoothDeviceClass
impl UnwindSafe for AstalBluetoothDeviceClass
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